home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / wordwrap.fpl.readme < prev    next >
Text File  |  1996-03-04  |  1KB  |  31 lines

  1. ############################################
  2. File:        WordWrap.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se, FidoNet 2:201/328
  5. Short:        Wraps the line at a certain column
  6. Version:    1.2
  7. Date:        4.1.95
  8. Local settings: "wordwrap", "wall_right"
  9. Global settings:
  10. Keysequence:
  11. Type:        Hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   When the local setting "wordwrap" is enabled, all outputs are checked if
  17. they pass the column "wall_right". If they do, they will be wrapped and the
  18. writing continues on the line below!
  19.  
  20. BUGS
  21.   It is a hook on Output() which means that only when the check is done only
  22. when things are written, not backspaced or deleted text. This _can_ although
  23. be done if anyone just modifies the script a bit!
  24.  
  25.   If you switch on 'wordwrap' and outputs in a line that already is many words
  26. wider than the right border, the result won't be satisfying! :(
  27.  
  28. HISTORY
  29.  1.1 - Set the 'W'-flag in the settings enabling save.
  30.  1.2 - It doesn't leave a trailing space at the end of line any more!
  31.